home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Programming / Python-1.4 / Python1.4_Source / Modules / protos / selectmodule_protos.h < prev    next >
Text File  |  1996-12-15  |  303b  |  7 lines

  1.  
  2. /* selectmodule.c */
  3. static int list2set ( object *list , fd_set *set , pylist fd2obj [FD_SETSIZE +3 ]);
  4. static object *set2list ( fd_set *set , pylist fd2obj [FD_SETSIZE +3 ]);
  5. static object *select_select ( object *self , object *args );
  6. static object *select_select ( object *self , object *args );
  7.